lcBlkRefGetAttVal Home

Returns attribute value from a block reference by attribute's tag.

 LPCWSTR lcBlkRefGetAttVal (
   HANDLE hBlockRef,
   LPCWSTR szTag
 );

Parameters
hBlockRef
  Handle to a block reference object.
szTag
  Attribute tag.

Return Value

  String value of attribute.
If any error happen then the string will have value "###".

See Also

  Code sample,   lcBlkRefPutAttVal